home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
398
/
398.xpi
/
chrome
/
forecastfox.jar
/
skin
/
classic
/
bindings.css
next >
Wrap
Cascading Style Sheet File
|
2010-02-04
|
944b
|
63 lines
/* ::::: display panels ::::: */
.ffpanel-text:not([value]) {
display: none;
}
.ffpanel-icon:not([src]) {
display: none;
}
/* ::::: tooltip layout ::::: */
.fftooltip-title {
font-weight: bold;
}
.fftooltip-icon:not([src]) {
display: none;
}
.fftooltip-title:not([value]) {
display: none;
}
.fftooltip-labels:empty {
display: none;
}
.fftooltip-textbox[display="0"] {
display: none;
}
.fftooltip-iconbox[display="1"] {
display: none;
}
/* ::::: dialog header ::::: */
.ffheader-box {
border-bottom: 2px groove ThreeDFace;
padding: 10px;
background-color: Window;
color: WindowText;
}
.ffheader-text {
font-weight: bold;
}
/* ::::: link ::::: */
.fflink-text {
-moz-user-focus: normal;
color: blue;
border: 1px solid transparent;
margin: 1px;
padding: 1px;
text-decoration: underline !important;
}
fflink-text:hover:active {
color: red;
}
.fflink-text:focus {
border: 1px dotted black;
}